home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / irc / BlackIRC.lha / BlackIRC / Rexx / Rawsend.birx < prev   
Text File  |  1998-12-26  |  163b  |  16 lines

  1. /* Demo script for BlackIRC */
  2.  
  3. options results
  4. failat 21
  5.  
  6. GETNICK
  7. nick    = result
  8.  
  9. GETCHANNEL
  10. channel = result
  11.  
  12. 'SPLITSTRING 1 Hello world!'
  13. 'ECHO' result
  14.  
  15. EXIT
  16.